home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / Demo Software / Trapeze / Trapeze Help / Trapeze Help.rsrc / HELP_2128_blockif < prev    next >
Text File  |  1989-03-06  |  401b  |  6 lines

  1. blockif ( condition, true block, false block )
  2. block-by-block decision
  3.  
  4. condition—a single value of #TRUE (nonzero) or #FALSE (zero), may be in a single-cell block; true block—any type of block, returned  if the value of condition is #TRUE; false block—any type of block, returned if the value of condition is #FALSE. 
  5.  
  6. blockif creates a block identical to the block chosen by the condition argument.